home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util1 / dosmax21.zip / ENVIMAX.DOC < prev    next >
Text File  |  1993-06-01  |  6KB  |  174 lines

  1.  
  2. ================================================================================
  3.       ENVIMAX.COM :  Ver. 2.1, Copyright (1992,93) by Philip B. Gardner
  4. ================================================================================
  5.  
  6.   ENVIMAX.COM is the "move master environment" function split from earlier
  7.   versions of DOSMAX.  Its function is to move the Master Environment of
  8.   COMMAND.COM into upper memory.
  9.  
  10.   ENVIMAX does not support other shells like 4DOS/NDOS which move their own
  11.   environments to upper memory.
  12.  
  13.   Support is provided for:
  14.  
  15.     * moving COMMAND.COM's master environment into upper memory
  16.     * DOS Versions 3.1 - 3.31, DOS 4.x, DOS 5.x, and DOS 6.x
  17.  
  18. ================================================================================
  19.  
  20. (Requirements)::
  21.  
  22.         * Requires MS-DOS Version 3.10 or better
  23.  
  24. ================================================================================
  25.  
  26. (Installation)::
  27.  
  28.         Install ENVIMAX.COM in your AUTOEXEC.BAT.  I recommend that ENVIMAX
  29.         is the first program run in the AUTOEXEC.BAT
  30.  
  31. ================================================================================
  32.  
  33. (Syntax)::
  34.  
  35.         The only thing to remember about syntax for the command line is
  36.         that just about anything works.  What this means is that you
  37.         should be able to type in the options on the command line the
  38.         way they make sense to you.
  39.  
  40.         To illustrate this point, the following command line example
  41.         is mutated several different ways.
  42.  
  43.         ENVIMAX.COM /E+
  44.         ENVIMAX.COM E+
  45.         ENVIMAX.COM E
  46.         ENVIMAX.COM -E
  47.  
  48.         ENVIMAX 2.0 and above adds optional full word syntax.  The new
  49.         syntax looks like this:
  50.  
  51.         ENVIMAX.COM /MASTERENV:+
  52.         ENVIMAX.COM MASTERENV:+
  53.         ENVIMAX.COM MASTERENV
  54.         ENVIMAX.COM -MASTERENV:+
  55.  
  56.         Obviously when using full words, it is easier to keep the words
  57.         separated so that is clear to read.  An optional [:] or [=] may be
  58.         used for switches (i.e. REPORT:+ or REPORT=+).  These optional
  59.         delimiters are used interchangeably and can also be used with the
  60.         single letter switches.  Remember to check your spelling because
  61.         the single letter interface is still intact.
  62.  
  63. (Switch Options)::
  64.  
  65.         The following list of switch options is organized by:
  66.  
  67.         - Control of ENVIMAX Reports (/R:/P:/N:)
  68.         - Control of ENVIMAX Operation (/E:)
  69.         - Response file for ENVIMAX (@)
  70.  
  71.   (Control of ENVIMAX Reports)::
  72.  
  73.         (REPORT)::      R[+ or -]        (toggle:  default +)
  74.  
  75.         Use /R- or /REPORT:- to disable the report after you are
  76.         satisfied with the configuration of DOSMAX.EXE
  77.  
  78.         (PAUSE)::       P[+ or -]        (toggle:  default +)
  79.  
  80.         Use /P- or /PAUSE:- to disable the pause after the report as
  81.         long as there are no errors or warnings.
  82.  
  83.         (NOPAUSE)::     N[+ or -]        (toggle:  default -)
  84.  
  85.         Use /N+ or /NOPAUSE:+ to never pause after the report, even if
  86.         there are errors.  This switch can be used if your configuration
  87.         generates a warning or error message which you choose to ignore.
  88.  
  89.   (Control of ENVIMAX Operation)::
  90.  
  91.         (MASTERENV)::    E[+ or -]       (toggle:  default +)     
  92.  
  93.         Use /E- or /MASTERENV:- to disable locating and moving the master
  94.         environment to upper memory.  This switch is for diagnostic purposes
  95.         only.
  96.  
  97.   (Response file for ENVIMAX)::
  98.  
  99.         Parameters for ENVIMAX may be read from a response file by using the
  100.         @pathname syntax:
  101.         
  102.         ENVIMAX.COM @RESPONSE.FIL
  103.  
  104.         Response files may be commented by using a ";","#",or "*" character
  105.         before the comment.
  106.  
  107.         There is also a feature implemented for DOS 6.0 config menus.  If a
  108.         menu is configured for DOS 6.0, DOS puts the name of the effective
  109.         section in an environment variable.  This environment variable is
  110.         "CONFIG=."  You may optionally divide the response files into
  111.         sections, identified with the familiar [SECTION] syntax, where
  112.         "SECTION" is the name of the DOS 6.0 menu item selected.
  113.  
  114.         *  everything in square brackets "[]" is optional
  115.  
  116. ================================================================================
  117.  
  118. (Report Format)::
  119.  
  120.        ENVIMAX.COM :  Ver. 2.1, Copyright (1992) by Philip B. Gardner
  121.              ERROR :  (Error Messages)
  122.            WARNING :  (Warning Messages)
  123.             ADVICE :  (Advisory Messages)
  124.                    :  (Report Messages)
  125.                    :  (Allocation Status)
  126.              PAUSE :  Press any key to continue... 
  127.  
  128. ================================================================================
  129.  
  130. (Error Messages)::
  131.  
  132.         MS-DOS version 3.10 or above is required
  133.  
  134. ================================================================================
  135.  
  136. (Warning Messages)::
  137.  
  138.         Unknown option in command line
  139.         Unknown option on line #0000
  140.         Extra characters on command line
  141.         Missing or invalid option file XXXXXXXX.XXX
  142.         Line length overflow at line #0000
  143.         Master Environment is not moveable
  144.  
  145. ================================================================================
  146.  
  147. (Advisory Messages)::
  148.  
  149. ================================================================================
  150.  
  151. (Report Messages)::
  152.  
  153.         Processing option file XXXXXXXX.XXX
  154.     Effection section is [XXXXXXXX]
  155.         Master Environment located at 0000
  156.  
  157. ================================================================================
  158.  
  159. (Allocation Status)::
  160.  
  161.         MASTRENV moved to 0000
  162.         Not enough Hi Memory for MASTRENV  
  163.  
  164. ================================================================================
  165.  
  166. (Changes)::
  167.  
  168.     (Version 2.1)::
  169.  
  170.     (1)  Fixed problem with finding DOS 6.0 CONFIG variable for machines
  171.          whose bios'es don't intialize memory properly.
  172.  
  173. ================================================================================
  174.